COM component

ResultCodes

Indicates the success/failure of a request.

Returned by SendMessage, GetBalance, SendStatus.ResultCode and SendStatusCollection.OverallResult properties.

INTELLISMSLib.ResultCodes

Values:

0 rcUnknown Unknown error has occurred
1 rcOK Request was successfully actioned
2 rcNoUsername Username was not supplied (Set Username property)
3 rcNoPassword Password was not supplied (Set Password property)
4 rcNoTo Message recipient(s) not specified
5 rcNoText Message text not specified
6 rcLoginInvalid Username/Password not valid
7 rcInsufficientCredit Insufficient credit available to complete the request
8 rcGatewayError An error occurred on remote gateway (please retry later)
9 rcInternalError An error occurred on remote gateway (please retry later)
10 rcHTTPConnectionError Unable to make connection to remote gateway
11 rcInvalidNumber The recipient number is invalid
12 rcInvalidRequest The request was invalid
13 rcServerTooBusy Remote gateway too busy (please retry later)
14 rcMsgIdInvalid Supplied Message ID not valid
15 rcParameterMissing Mandatory parameter is missing
16 rcParameterInvalid A supplied parameter is invalid
17 rcAccountExists CreateSubaccount - subaccount already exists
18 rcTooManyNumbers Too many recipients specified
19 rcNoMsgId MsgId paramter was missing
20 rcDailyAllowanceExceeded Your Daily Allowance is exceeded
21 rcMonthlyAllowanceExceeded Your Monthly Allowance is exceeded
22 rcAuthParameterMissing Auth Parameter is missing
23 rcAuthParameterInvalid Auth Parameter is invalid
24 rcConnectionNotSecure Could not action request as connection is not secure

<< Back to COM Component